翻訳と辞書
Words near each other
・ simonyi, charles
・ simpac
・ simpas
・ simpl
・ simpl-t
・ simpl/i
・ simple
・ simple actor language
・ simple authentication and security layer
・ simple gateway control protocol
・ simple mail transfer protocol
・ simple multicast protocol
・ simple network management protocol
・ simple network management protocol version 2
・ simple network paging protocol
・ simple object access protocol
・ simplex
・ simplex method
・ simplex printer
・ simplified multicast routing protocol


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Simple Mail Transfer Protocol : FOLDOC
Simple Mail Transfer Protocol
(SMTP) A protocol defined in STD 10, RFC 821, used to transfer electronic mail between computers, usually over Ethernet. It is a server to server protocol, so other protocols are used to access the messages. The SMTP dialog usually happens in the background under the control of the message transfer agent, e.g. sendmail but it is possible to interact with an SMTP server using telnet to connect to the normal SMTP port, 25. E.g.
telnet mhs-relay.ac.uk 25

You should normally start by identifying the local host:
HELO wombat.doc.ic.ac.uk

You can then issue commands to verify an address or expand an alias:
VRFY fred@doc.ic.ac.uk
VRFY postmaster

or expand a mailing list:
EXPN c-help

You can even send a message:
MAIL From:
RCPT To:
DATA
What is the point?
.
QUIT

This is u


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.